Add missing <stdlib.h> include. Add ifdef so we compile without warnings
authorDarin Adler <darin@src.gnome.org>
Wed, 18 Jul 2001 04:25:04 +0000 (04:25 +0000)
committerDarin Adler <darin@src.gnome.org>
Wed, 18 Jul 2001 04:25:04 +0000 (04:25 +0000)
commitb0bb5ac3047f37ddf1a0a9b9c699cccb3b2a097f
tree8e7c773504d45479feff798d0883a47228a00071
parentfa506b18f154287eb90273439fb9e3e29f1c75f3
Add missing <stdlib.h> include. Add ifdef so we compile without warnings

* gdk-pixbuf-csource.c: Add missing <stdlib.h> include.
* io-png.c: (setup_png_transformations): Add ifdef so we compile
without warnings with G_DISABLE_CHECKS on.
* io-pnm.c: (gdk_pixbuf__pnm_image_load_increment): Add a missing
const.
* io-wbmp.c: (getin), (get_mbi): Add a missing const.
* io-xbm.c: (gdk_pixbuf__xbm_image_load_real): Get rid of some
unused locals and add an initial value to quiet the compiler's
unintialized variable warning.
* pixops/pixops.c: Put an ifdef around some dead code.
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-csource.c
gdk-pixbuf/io-png.c
gdk-pixbuf/io-pnm.c
gdk-pixbuf/io-wbmp.c
gdk-pixbuf/io-xbm.c
gdk-pixbuf/pixops/pixops.c